IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
This rule is deprecated, and will eventually be removed.
RETURN should not be used from within a FOR or WHILE loop. Doing so can quickly turn your code into "spaghetti code". Such code is hard to read, refactor and therefore to maintain.
RETURN
FOR
WHILE